Java View all facts Glossary Help |
type > primitive type > integral type > char^2 |
char^2 comparison table |
Subject | hold | have default value | have | use as | is a kind of | is an instance of |
---|---|---|---|---|---|---|
integral type | a corresponding class in the java.lang package | primitive type | ||||
char^2 | a two byte Unicode character | '\u0000' | a sign indicating positive or negative | an int because each character has a corresponding numerical code that represents its position in the character set | integral type |
Next integral type: integer^2 Up: integral type